Let's Start Your Journey With C Programming

 Let's Start Your Journey With C Programming 



We know that there are many programming languages and each language have its own importance and we are starting from C language. C has features of both high level as well as low level language.

Why we should learn C language First:-

C  is very powerful programming language which is directly connected with computer hardware, means it deals with computer hardware. C language is used to make various operating system like windows and Linux are made through  C and C++ . 

C language is not easy to learn but if you will do in starting C language then you will have the capability to learn more languages easily in less time because syntax of all programming languages are same. There is little difference.


Here we are starting from C Programming practice examples:-

1. C program to print Hello World

2. C program to check whether the number is even or odd

3. C program to swap two numbers using third variable

4. C program to find size of int , double , char , float 

5. C program to find largest among three numbers

6. C program to make a heart pattern